Skip to content

Instantly share code, notes, and snippets.

@fujidig
Created March 23, 2014 05:44
Show Gist options
  • Save fujidig/9719244 to your computer and use it in GitHub Desktop.
Save fujidig/9719244 to your computer and use it in GitHub Desktop.
dim
sdim
dimtype
dup (*)
dupptr (*)
newmod
delmod
mref (*)
mcall
dirlist
bload
poke
wpoke
lpoke
getstr
memexpand
memcpy
memset
notesel (*)
noteget
split
strrep
getkey
listbox (*)
chkbox (*)
combox (*)
input (*)
mesbox (*)
stick
newcom
querycom
delcom
cnvstow
comres (*)
axobj
comevent
comevarg
sarrayconv
---------------
(*)をつけた命令は、渡された変数を覚えておいて、命令の実行よりも後に書き込みが行われるもの。
splitは可変長であることに注意
変数書き込みとは関係ないがcomeventはサブルーチンのラベルをとる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment