10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
if %M == 1
|
||
|
assign %a = /File has been modified, are you sure? /
|
||
|
input %a
|
||
|
if %a != y
|
||
|
return ERR_NO_ERR
|
||
|
endif
|
||
|
endif
|
||
|
!vchkout %F
|
||
|
e! %F
|