Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
Number of tokens: 15Number of lines: 12+3+4*(-2+3)*0.55EOL15RESULT=7.2
I use name SUB when routine is small and when don't require Returned value.if is larger then I use FUNCTION.
sub tokenizer(src as string) as int
JackIn o2 it is the same to use SUB or FUNCTION
Oxygen Basic Procedures...function Defines a procedure that returns a value.sub Defines a procedure that does not return a value.