File: hello.pcl

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
proc hello {how_many who} {
	puts "Hello $how_many $who"
	puts "atoi: [atoi 42]"
	return 66
}

puts "hello world from init [atoi 32]"
fgw_func_reg "hello"