diff --git a/programs/hi-newcomment.tri b/programs/hi-newcomment.tri new file mode 100644 index 0000000..74de08e --- /dev/null +++ b/programs/hi-newcomment.tri @@ -0,0 +1,5 @@ +# new comment + +begin + put('H'); put('i'); put('!') +end diff --git a/programs/hi-newcomment2.tri b/programs/hi-newcomment2.tri new file mode 100644 index 0000000..1a6fb98 --- /dev/null +++ b/programs/hi-newcomment2.tri @@ -0,0 +1,9 @@ +# new comment + +/* + * another new comment + */ + +begin + put('H'); put('i'); put('!') +end