You can add many lines of code to 1 line In the following example I am using only 1 line:
Code: Select all
10 A=1 !:
B=2 !:
C=3
You can move functions to a separate library to get around the line # limitation.
Moderators: Susan Smith, admin, Gabriel
Code: Select all
10 A=1 !:
B=2 !:
C=3