Talk:SpaghettiScript
Jump to navigation
Jump to search
This has now been fixed! UltimateProGrammer (talk) 21:29, 20 May 2022 (UTC)
Implementation Issues
Currently, after running a function, the interpreter will not go back to where the function was called. This allows the FizzBuzz example to work, but makes it so that a modulus function can't be made. A) This is an issue because it is currently not specified B) This is confusing to people that are new to the language. I would expect:
[0---≡1:O] [1]
To output 0
, but it outputs nothing in the current implementation.
UltimateProGrammer (talk) 15:58, 16 September 2020 (UTC)