11 lines
209 B
Text
11 lines
209 B
Text
|
|
#include <hopper.h>
|
||
|
|
|
||
|
|
main:
|
||
|
|
total arg, argc=0,mov(argc)
|
||
|
|
{"This program named: ",[&1]},println
|
||
|
|
i=2
|
||
|
|
__CNT_ARGS__:
|
||
|
|
{"Argumento #",i," = ",[&i]}println
|
||
|
|
++i,{argc,i}jle(__CNT_ARGS__)
|
||
|
|
exit(0)
|