Talk:FishScript
Jump to navigation
Jump to search
What does "doubles the fish in front of it" mean? (with the tilde) Willicoder (talk) 15:17, 16 April 2020 (UTC)
- In the old Python interpreter, the current number of seen fish is multiplied by the number of tildes:
currentNumberOfFish *= numberOfTildes
. I would assume this should do the same thing in all implementations. PythonshellDebugwindow (talk) 16:05, 16 April 2020 (UTC)- Thanks! I ended up multiplying the number of fish by 2 every tilde. Willicoder (talk) 16:45, 16 April 2020 (UTC)
When there is a letter in the fish (as in <P><
) is the interpreter case sensitive? Willicoder (talk) 13:03, 18 April 2020 (UTC)
What exactly does >o
push to the stack? I would assume the number of fish, but I just want to clear that up. PythonshellDebugwindow (talk) 16:02, 18 April 2020 (UTC)