summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/empty_runme.m
blob: e5b2593d470d2275a2a299ebb777184bfa7f6a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
printf("begin\n");
who global
empty
printf("after load\n");
who global

#clear -g
printf("after clear\n");
who global

#clear empty
printf("after clear specific\n");
who global

printf("before shutdown\n");