Home | History | Annotate | Download | only in cs

Lines Matching full:echo

26 <?cs def:echo(wow) ?>
34 before echo
36 echo a variable: 3
37 <?cs call:echo(Wow.Foo) ?>
38 echo a string: hellow world
39 <?cs call:echo("hello world") ?>
40 echo a number: 5
41 <?cs call:echo(#5) ?>
44 <?cs call:echo(wow) ?>
47 echo a variable: 3
49 echo a string: hellow world
51 echo a number: 5
63 echo a variable: 3
65 echo a string: hellow world
67 echo a number: 5
70 after echo
79 <?cs call:echo(day.Abbr) ?>