Skip to content

Instantly share code, notes, and snippets.

@tana
Created October 8, 2012 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tana/3852030 to your computer and use it in GitHub Desktop.
Save tana/3852030 to your computer and use it in GitHub Desktop.
自作言語テストプログラム
/*co\nmm/*en*/t*/def hoge():
arr = [1, 2, 3, 4]
// array
arr[3] = 9
c = arr.length
while c:
console.log(arr[c - 1])
c = c + -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment