]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/tests/bc/stdin.txt
Update to version 3.1.3
[FreeBSD/FreeBSD.git] / contrib / bc / tests / bc / stdin.txt
1 #stuff
2 # "string in a hash comment"
3 # /* comment in a hash comment */
4 1 /* c */ + 2
5 "String /* with partial comment"
6 "String /* with full comment */"
7 1 /* Comment with partial "string */ + 2
8 2 /* Comment with full "string" */ + 3
9 3 /* Comment with a # hash comment */ + 4
10 "String with a # hash comment"
11 1 + \
12 2
13 i = 4
14 read()
15 i *= 5
16 if (1 < 3) 1