mirror of
https://github.com/duhanbalci/dexpr.git
synced 2026-07-02 00:29:15 +00:00
refactor
This commit is contained in:
10
examples/bench_sample2.dexpr
Normal file
10
examples/bench_sample2.dexpr
Normal file
@@ -0,0 +1,10 @@
|
||||
a = 10.2
|
||||
b = a + 5.5
|
||||
c = 2.4
|
||||
|
||||
d = b + c
|
||||
|
||||
f = (3+3)*2/3
|
||||
|
||||
t = 3+3
|
||||
g = t*2/3
|
||||
Reference in New Issue
Block a user