File: test_script2.kscript

package info (click to toggle)
castle-game-engine 6.4%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 195,044 kB
  • sloc: pascal: 364,622; ansic: 8,606; java: 2,851; objc: 2,601; cpp: 1,412; xml: 851; makefile: 723; sh: 563; php: 26
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (7)
1
2
3
4
5
function main() 
  my_int := 12 + my_int; 
  my_float := sqrt(my_float + 2.0); 
  my_bool := or(my_bool, my_int > 24); 
  my_string := 'bar' + my_string + 'xyz'