2018-11-30 12:18:59 +00:00
|
|
|
+++++ +++++ initialize counter (cell #0) to 10
|
|
|
|
[ use loop to set 70/100/30/10
|
|
|
|
> +++++ ++ add 7 to cell #1
|
|
|
|
> +++++ +++++ add 10 to cell #2
|
|
|
|
> +++ add 3 to cell #3
|
|
|
|
> + add 1 to cell #4
|
|
|
|
<<<< - decrement counter (cell #0)
|
2018-11-27 08:53:08 +00:00
|
|
|
]
|
2018-11-30 12:18:59 +00:00
|
|
|
> ++ . print 'H'
|
|
|
|
> + . print 'e'
|
|
|
|
+++++ ++ . print 'l'
|
|
|
|
. print 'l'
|
|
|
|
+++ . print 'o'
|
|
|
|
> ++ . print ' '
|
|
|
|
<< +++++ +++++ +++++ . print 'W'
|
|
|
|
> . print 'o'
|
|
|
|
+++ . print 'r'
|
|
|
|
----- - . print 'l'
|
|
|
|
----- --- . print 'd'
|
|
|
|
> + . print '!'
|
|
|
|
> . print '\n'
|