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

Function integerError

compileExcelASM16.py:23–25  ·  view source on GitHub ↗
(lineNumber)

Source from the content-addressed store, hash-verified

21ENDCOLOR = '\033[0m';
22
23def integerError(lineNumber):
24 print(RED + "\tInteger outside of expected range, line: " + str(lineNumber)+ ENDCOLOR)
25 compileResults()
26
27def syntaxError(lineNumber):
28 print(RED + "\tSyntax Error, line: " + str(lineNumber)+ ENDCOLOR)

Callers 1

parseNumberFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected