[GNU bc] 學習筆記-01
如何啟動
如何退出
輸入quit
bc可以做什麼?
可以用來做計算,例如: 輸入1+1,按Enter之後會得到計算結果
範例1:
陣列名[]
範例3:
a[0]=1
a[1]=2
a[0]+a[1]
範例3:
a[0]=1
a[1]=2
a[0]+a[1]
限制
任何字元(ex:變數名,陣列名)只能使用小寫,使用大寫會出現syntax error
範例5:輸入 A[0]=1
使用註解
使用/* */ 來進行註解
範例6:輸入 /* This is a comment */
輸出結果
使用print將結果顯示於螢幕上
範例8:輸入 print "Hello World"
換行
\n用來換行
範例9: print "Hello\nWorld"
範例9: print "Hello\nWorld"
0 個意見:
張貼留言
訂閱 張貼留言 [Atom]
<< 首頁