This website requires JavaScript.
Explore
Help
Register
Sign in
mmo-ref
/
polserver
Watch
1
Star
0
Fork
You've already forked polserver
0
mirror of
https://github.com/polserver/polserver
synced
2026-08-13 08:23:08 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
modules
polserver
/
testsuite
/
escript
/
func
/
func04.src
5 lines
85 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
found a testsuite in the cvs, last change was somewhere in 2003... damn it updated the scripttests to current escript we need more tests!!! and we need to pimp the whole teststructure :) HowTo: compile runecl, ecompile compile bcomp change to vs cmdprompt and go to escript dir "nmake" runs the tests "nmake clean" - cleans them ... to run the test with x64 modify the makefile
2011-12-29 21:42:26 +00:00
function foo( a := 6 / 3, b := "blah" )
print( a + " " + b );
endfunction
fix syntax - two test scripts
2020-06-10 22:39:04 -07:00
foo();
Reference in a new issue
Copy permalink