Add tags

Add tags to the following comment
識別子は大文字、小文字の区別はないのでした。
print はウィンドウを開きそこに表示します。またログファイルにも記録します。
メインプログラムは、関数、サブルーチンの定義の直前までです。
最初、関数定義の後ろに書いていて何故、実行できないのだろうと悩んでいました。
1
2
3
4
5
6
print date_string() //=>20080903143211.840

FUNCTION date_string()
  GETTIME()
  RESULT = G_TIME_YY4 + G_TIME_MM2 + G_TIME_DD2 + G_TIME_HH2 + G_TIME_NN2 + G_TIME_SS2 + "." + G_TIME_ZZ2
FEND

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...