Skip to content

Dartmouth 2

Jeremy Green edited this page Jan 11, 2017 · 10 revisions

Date

1 October 1964

Reference

Keywords

15 Statements

  • DATA
  • DEF
  • DIM
  • END
  • FOR-TO-STEP
  • GOSUB
  • GOTO
  • IF-THEN
  • LET
  • NEXT
  • PRINT
  • READ
  • REM
  • RETURN
  • STOP

9 Expressions

  • ABS
  • ATN
  • COS
  • EXP
  • FN
  • LOG
  • SIN
  • SQR
  • TAN

#Backus–Naur form

line ::= line_number statement [ statement_separator statement ]* eol
digit ::= "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "0"
line_number ::= digit {digit}
eol ::= cr lf | cr
Clone this wiki locally