ERL

Cards (8)

  • operators
    A) *
    B) ^
    C) /
    D) MOD
    E) DIV
    F) NOT
  • string operations
    A) .length
    B) substring
    C) left
    D) right
    E) +
    F) .upper
    G) .lower
    H) ASC
    I) CHR
  • arrays
    A) array
    B) len
  • random
    A) random(
  • selection
    A) then
    B) elseif
    C) then
    D) endif
  • file handling
    A) open(
    B) .txt"
    C) f.close()
    D) f.readLine()
    E) f.writeLine("Hello")
    F) NOT
    G) f.endOfFile()
    H) f.readLine()
    I) endwhile
    J) newFile(
  • iteration
    A) =
    B) to
    C) inclusive
    D) +
    E) next i
    F) endwhile
    G) do
    H) while
  • sub programs
    A) procedure
    B)
    C) endprocedure
    D) function
    E) return
    F) endfunction