aboutsummaryrefslogtreecommitdiff
path: root/psuedocode.txt
blob: cf59d2ec56cdef578120adb888f64cce31977a61 (plain) (blame)
1
2
3
4
5
6
SET A = 10
SET B = 100
SET C = 1000
SET D = A + B + C
DIVIDE D BY 3
PRINT "D"