Skip to content
valenj18 edited this page Dec 8, 2012 · 5 revisions

Vestavěné třídy

Null

  • 0xffffffff

Int

  • value - int32 hodnota

Real

  • value - reference na double

String

  • length - uint32 délka
  • value - reference na string

File

  • file - reference na FILE*
  • metoda 0 - int open(file)
  • metoda 1 - void close(file)
  • metoda 2 - void write(file, object)
  • metoda 3 - string readLine(file)
  • metoda 4 - int readInt(file)
  • metoda 5 - real readReal(file)

Console

  • metoda 0 - void print(object)
  • metoda 1 - string readLine()
  • metoda 2 - int readInt()
  • metoda 3 - real readReal()
Clone this wiki locally