repo.or.cz
/
bob_language.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix brainf*ck interpreter memory issue
[bob_language.git]
/
tests
/
test6.bob
blob
0da5e84fdb48c38dd2789c5c7ac68c58ee740d2c
1
fn ggg() {
2
re $$$$a[3][5][7]
3
re $a[4]
4
re $a
5
re $a+3
6
re a[3]
7
re $a(b[3])
8
re $(a[3])
9
re $(a+b)[3]
10
re $($($a[4])[4])[4]
11
re a[3]
12
}
13
14
fn BoB() {
15
}