summaryrefslogtreecommitdiff
path: root/ext/tk/sample/resource.ja
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/resource.ja')
-rw-r--r--ext/tk/sample/resource.ja7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/tk/sample/resource.ja b/ext/tk/sample/resource.ja
index 8b715f36b0..a61390f95d 100644
--- a/ext/tk/sample/resource.ja
+++ b/ext/tk/sample/resource.ja
@@ -7,6 +7,7 @@
*BtnFrame.Button.foreground: red
*hello.text: こんにちは
*quit.text: 終了
-*BTN_CMD.show_msg: {|arg| print "($SAFE=#{$SAFE}) ";\
- print "こんにちは!! #{arg} のサンプルです.\n"}
-*BTN_CMD.bye_msg: {print "($SAFE=#{$SAFE}) さようなら.\n"}
+*BTN_CMD.show_msg: {|arg| print "($SAFE=#{$SAFE} >>>) ";\
+ print "こんにちは!! #{arg} のサンプルです.";\
+ print "(<<< $SAFE=#{$SAFE})\n"}
+*BTN_CMD.bye_msg: {print "($SAFE=#{$SAFE} >>>) さようなら.(<<< $SAFE=#{$SAFE})\n"}