We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
gammascript
Jump to navigation
Jump to search
gammascript is a "programming language" created by User:Ractangle. This language was also 4ME's predecessor
Syntax
set is the variable declaration command.
write is the string output commmand.
show is the variable output command.
ask is the input. Invalid in the show command.
Examples
Hello, world!
write Hello, world!
Cat program
set i = ask show i
Implementation
https://github.com/Thevitebsk/TvCodeEvelution/blob/main/4ME%2Fgammascriptmodern.py