* rerun_except will ensure a build doesn't rerun if a *.not file is modified, which it would otherwise do * Add examples/expr.not with some basic assignment statements and function calls Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
kilo = pow(2, 10)
|
|
mega = pow(2, 20)
|
|
giga = pow(2, 30)
|
|
tera = pow(2, 40)
|
|
peta = pow(2, 50)
|