Pep and Nom

home | documentation | examples | translators | download | blog | all blog posts

statements in the ℕ𝕠𝕞 language

A statement is a command followed by one or more parameters (quoted text) and a semi-colon. The parameters are not separated by commas.

replace some text in the workspace
 replace "try" "do";

In fact all whitespace is optional in statements and in the nom language.

no spaces are required
 read;replace"a""z";print;clear;  # ok

Also a single statements can span multiple lines