~helfrich/+junk/rmutt-package

« back to all changes in this revision

Viewing changes to test/t11.rm

  • Committer: Serge Helfrich
  • Date: 2015-08-22 09:57:38 UTC
  • Revision ID: serge.helfrich@gmail.com-20150822095738-4uov4m00j2dkuyos
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// packages
 
2
package lesson;
 
3
 
 
4
sentence: o " starts with the letter 'O', " greeting.o;
 
5
o: "oatmeal" | "ogre";
 
6
 
 
7
package greeting;
 
8
 
 
9
s: "hello there " o;
 
10
o: "beautiful" | "Mr. Smarty Pants";
 
 
b'\\ No newline at end of file'