MCPcopy Index your code
hub / github.com/InkboxSoftware/excelCPU / varSequenceError

Function varSequenceError

compileExcelASM16.py:43–45  ·  view source on GitHub ↗
(lineNumber)

Source from the content-addressed store, hash-verified

41 compileResults()
42
43def varSequenceError(lineNumber):
44 print(RED + "\tVariables must be defined before program code, line " + str(lineNumber) + ENDCOLOR)
45 compileResults()
46
47def varUseError(varName):
48 print(RED + "\tVariable cannot be used like label, var: " + str(lineNumber) + ENDCOLOR)

Callers 1

encodeFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected