Replies: 1 comment
-
Yes. In the future https://discourse.julialang.org, slack or zulip are better places for questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to have similar code in julia?
thanks
"type
lo=array[1..5,1..10]of smallint;
nom=string[25];
lot=record
num:lo;
ind:smallint;
anno:smallint;
mese:string[15];
end;
fi=file of lot;
var
f2,f3:fi;"
Beta Was this translation helpful? Give feedback.
All reactions