File: scope.azm

package info (click to toggle)
zoem 08-248-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,752 kB
  • ctags: 2,074
  • sloc: ansic: 17,928; sh: 789; makefile: 228
file content (16 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

\set{level}{10}

\setx{i}{0}
\while{\let{\i<\level}}{
   \defx{num}{\i}
   \setx{i}{\let{\i+1}}
   \push{user}
}

\while{\let{\i>0}}{
   \pop{user}
   num is \num
   \setx{i}{\let{\i-1}}
}