Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sample/calc-ja.y
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
#
# A simple calculator, version 2.
# This file contains Japanese characters (encoding=EUC-JP).
# This file contains Japanese characters.

class Calculator2
prechigh
Expand Down Expand Up @@ -51,8 +51,8 @@ end

---- footer

puts 'Ķ������� 2 �浡'
puts 'Q �ǽ�λ���ޤ�'
puts '超豪華電卓 2 号機'
puts 'Q で終了します'
calc = Calculator2.new
while true
print '>>> '; $stdout.flush
Expand Down