File: scope.azm

package info (click to toggle)
zoem 21-341-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,980 kB
  • sloc: ansic: 9,386; sh: 1,113; makefile: 105
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}}
}