xref: /freebsd/contrib/bc/tests/bc/stdin.txt (revision c1d255d3)
1#stuff
2# "string in a hash comment"
3# /* comment in a hash comment */
41 /* c */ + 2
5"String /* with partial comment"
6"String /* with full comment */"
71 /* Comment with partial "string */ + 2
82 /* Comment with full "string" */ + 3
93 /* Comment with a # hash comment */ + 4
10"String with a # hash comment"
111 + \
122
13i = 4
14read()
15i *= 5
16if (1 < 3) 1
17