MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / __letstmt

Method __letstmt

PyBasic/basicparser.py:431–436  ·  view source on GitHub ↗

Parses a LET statement, consuming the LET keyword.

(self)

Source from the content-addressed store, hash-verified

429 self.__prnt_column = 0
430
431 def __letstmt(self):
432 """Parses a LET statement,
433 consuming the LET keyword.
434 """
435 self.__advance() # Advance past the LET token
436 self.__assignmentstmt()
437
438 def __gotostmt(self):
439 """Parses a GOTO statement

Callers 1

__simplestmtMethod · 0.95

Calls 2

__advanceMethod · 0.95
__assignmentstmtMethod · 0.95

Tested by

no test coverage detected