Triggers: Difference between revisions

15 bytes removed ,  6 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 266: Line 266:


; write(text)
; write(text)
: Write string(s). This function takes a variable number of arguments, converts each argument to a string, and writes that string to the file.
: Write string(s). Take a variable number of arguments, converts each argument to a string, and writes that string to the file.


; writeLine(text)
; writeLine(text)