9 lines
124 B
Text
9 lines
124 B
Text
|
|
decl java.util.Date d
|
||
|
|
decl file f
|
||
|
|
|
||
|
|
f.open "example.txt"
|
||
|
|
d.setTime (f.lastmodified)
|
||
|
|
out d endl console
|
||
|
|
|
||
|
|
f.setlastmodified 10
|