Thu May 08
typescript
Author:Noritaka
test 1 = 2 echo $? // result 1 false test 1 = 1 echo $? // result 0 true
unix