79391918

Date: 2025-01-27 19:17:56
Score: 2.5
Natty:
Report link

The comment of @Andrew Morton fixed it. Put the SUB call BEFORE the SUB declaration.

test 1.bas:

Hey
REM $INCLUDE: 'test2.bas'

Hey test2.bas:

SUB Hey
    PRINT "HEY"
END SUB
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Andrew
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sebastiaan Hoedeman