Code
Class methods
cfu
Sourcecfu=(cfu)
Sourcecodelines
Sourcecodelines=(codelines)
Sourcecurrent_line
Sourcecurrent_line=(current_line)
Sourcedebug
Sourcedebug=(debug)
Sourcefunctions
Sourcefunctions=(functions)
Sourceinject
Sourceinject=(inject)
Sourceinjected_line
Sourceinjected_line=(injected_line)
Sourcelast_line
Sourcelast_line=(last_line)
Sourceline
Sourceline=(line)
Sourcelines
Sourcelines=(lines)
Sourcelog
Sourcelog=(log)
Sourcereader
Sourcereader=(reader)
Sourcerol
Sourcerol=(rol)
Sourcerols
Sourcerols=(rols)
Sourcesinglestep
Sourcesinglestep=(singlestep)
Sourceskip_lines
Sourceskip_lines=(skip_lines)
Sourcevars_int32
Sourcevars_int32=(vars_int32)
Sourcevars_string
Sourcevars_string=(vars_string)
Sourcewriter
Sourcewriter=(writer)
SourceInstance methods
inject
inject() a line of code into a running interpreter session via a text file with the name "line.txt" in the current working dir enable/disable on the command line with: inject
insert(x, y)
insert()= a line of code into codelines args: line number as Sting followed by a Blank char and the code as String
list(arg, default = "lines")
list()= list the code arg: "lines" or "splits" default is "lines"
split_run
split_run()= split codelines into tokens seperate operaters from var names by blank remove comment lines
write(x, y)
write()= used to overwrite an existing codeline args: line number as Sting followed by a Blank char and the code as String