Howto:Syntax highlighting for Nasal: Difference between revisions

Jump to navigation Jump to search
m
→‎Syntax highlighting test: yep, I forgot and/or as operators... twice
m (→‎Syntax highlighting test: yep, I forgot and/or as operators... twice)
Line 81: Line 81:
# this is a comment
# this is a comment
# operators (if applicable):
# operators (if applicable):
!a ? a+b - c/d*e : f~g;
!a ? a+b - c/d*e : f~g; expr1 and expr2 or expr3;
# Builtin functions, strings
# Builtin functions, strings
print('Hello World!');
print('Hello World!');
395

edits

Navigation menu