We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal for dynamic statement execution and dynamic expression evaluation:
Dynamic statement execution: MAEK IT LIEK e.g.
MAEK IT LIEK
I HAZ A VAR ITZ "BLOON" MAEK IT LIEK SMOOSH "I HAZ A " VAR " ITZ :"RED:"" MKAY
which defines a variable BLOON with the value "RED".
BLOON
"RED"
Dynamic expression evaluation: JUS LIEK e.g.
JUS LIEK
I HAZ A PROLEM ITZ "SUM OF 4 AN 5" VISIBLE SMOOSH "PROLEM IZ " PROLEM MKAY VISIBLE SMOOSH "ANSR IZ " JUS LIEK PROLEM MKAY
which would display
PROLEM IZ SUM OF 4 AN 5 ANSR IZ 9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal for dynamic statement execution and dynamic expression evaluation:
Dynamic statement execution:
MAEK IT LIEK
e.g.
which defines a variable
BLOON
with the value"RED"
.Dynamic expression evaluation:
JUS LIEK
e.g.
which would display
The text was updated successfully, but these errors were encountered: