Skip to content

Instantly share code, notes, and snippets.

@kpmy
Created June 15, 2015 18:51
Show Gist options
  • Save kpmy/953b1b4d6ef66ad5a044 to your computer and use it in GitHub Desktop.
Save kpmy/953b1b4d6ef66ad5a044 to your computer and use it in GitHub Desktop.
MODULE Test2
VAR
i, j INTEGER
k INTEGER
BEGIN
i := 0
j := i
k := j + 1
END Test2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment