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 "try" "do";
In fact all whitespace is optional in statements and in the nom language.
read;replace"a""z";print;clear; # ok
Also a single statements can span multiple lines