]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/arith12.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / arith12.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/expansion/arith12.0 232839 2012-03-11 22:12:05Z jilles $
71aad674
A
2
3_x=4 y_=5 z_z=6
4[ "$((_x*100+y_*10+z_z))" = 456 ]