We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In
TPWrite "goPosNo="\num:=GOutput(goPosNo);
"num" is highlighted as rapidType. I like to avoid that and only highlight num if it's part of a declaration:
module mod1 pers num a; proc proc1() var num b; endproc endmodule
The tricky case is the following:
PROC SendAnswer( num Command, byte ErrorBytes{*} \byte DataBytes{*} \num NoOfDataBytes)
In an argument list there is no "var", "const" or "pers" in front of "num".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
"num" is highlighted as rapidType. I like to avoid that and only highlight num if it's part of a declaration:
The tricky case is the following:
In an argument list there is no "var", "const" or "pers" in front of "num".
The text was updated successfully, but these errors were encountered: