summaryrefslogtreecommitdiffstats
path: root/tests/calc1.sc
blob: eed5a9f31ee3315a327cacbe7d811feb550d2090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#let A0 = 10
#let C1 = F5+A0                 
#let F1 = 10
#let F3 = 20                    
#let F5 = F1+F3                 
#goto A0

let A0 = 10
let C1 = F5+A0                 
let F1 = 10
let F3 = 20                    
let F5 = F1+F3                 
#goto A0