From 47a070be584db45bbe2b946fc20fc2e4d4a57ee3 Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Sat, 5 Apr 2025 10:10:49 +0000 Subject: [PATCH] workign try_TM_1.cli.c --- developer/example/try_TM_1.cli.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer/example/try_TM_1.cli.c b/developer/example/try_TM_1.cli.c index 6f15490..8a6b8c5 100644 --- a/developer/example/try_TM_1.cli.c +++ b/developer/example/try_TM_1.cli.c @@ -2,6 +2,7 @@ try_TM.cli.c - Example use of TM·AU type with array backend. */ +#include #include "cpp_ext.c" #include "TM.lib.c" @@ -24,8 +25,9 @@ int main(){ do{ printf( "%02x" , (unsigned int) Binding·call(tm ,read) ); if( Binding·call(tm ,on_rightmost) ) break; + putchar(' '); Binding·call(tm ,step); - } + }while(1); printf("\n"); } -- 2.20.1