3 // Copyright 2009 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
7 // Test simulating a Turing machine, sort of.
16 const prog
= "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.!"
19 for nest
:= dir
; dir
*nest
> 0; pc
+= dir
{
52 if r
!= "Hello World!\n" {