Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS




 
Method Summary
<static> function choice(message, trueString, falseString)
           Reads in a boolean input.
The Strings representing the two possible options as well as a message for the user can be specified.
<static> function print(str)
           Prints a String.
<static> function println(str)
           Prints a String and then terminates the current line.
<static> function readln(message)
           Reads a line of input.
<static> function source(filename)
          
<static> function sourceAPI(filename)
           'Sources' a resource with the given name.

Method Detail

choice

<static> function choice(message, trueString, falseString)

print

<static> function print(str)

println

<static> function println(str)

readln

<static> function readln(message)

source

<static> function source(filename)

sourceAPI

<static> function sourceAPI(filename)