Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #53031
Ticket #53031
: test3.setfileoption.ncl
File test3.setfileoption.ncl,
119 bytes
(added by
Dave-Allured (Dave Allured)
,
6 years ago
)
Reduced bug demo script
Line
1
procedure
test3
()
2
begin
3
setfileoption
(
"nc"
,
"Format"
,
"Classic"
)
4
x
=
99
5
print
(
x
+
""
)
6
end
7
8
begin
9
test3
()
10
end
Download in other formats:
Original Format