File: test_script.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-- 77 bytes parent folder | download | duplicates (7)
1
2
3
4
5
function main()
x1 := x2 := 100;
x2 := x2 + x1 + 2 * x3;
x1 := x3;
x3 := 666