📄 程嶏清单6-5.txt
字号:
print "how much is this dictionary?\n";
$price = <STDIN>;
chomp($price);
unless ($price > 65) {
print "So I have enough money to buy the dictionary.";
}
else {
print "So I don't have enough money to buy the dictionary.";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -