index
:
a4
master
A4 is the precision augmentation for the experienced programmer
Wayne Cole
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
99
/
id.lua
blob: 45a444fb40158edbe8926855e3d18a3e27a35729 (
plain
)
1
2
3
4
5
local
_id
=
0
return
function
()
_id
=
_id
+
1
return
_id
end