syntax error ?????????
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jan 27, 2000
- 628 views
Why does this code give me a syntax error when I run it ??????? function foo(atom x) -- return 0 -- end function function fum(atom fee) -- foo(fee) return 0 -- end function

