PLC-lang/rusty

`__ISVALIDREF` helper function

Aperta

#1254 aperta il 2 lug 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (71 fork)auto 404
codesysgood first issuemedium-priority

Metriche repository

Star
 (351 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Is your feature request related to a problem? Please describe. https://github.com/PLC-lang/rusty/pull/1251 introduced the REF= and REFERENCE TO (extension) keywords. According to CodeSys the __ISVALIDREF function is also part of that extension however and currently missing.

Describe the solution you'd like Implement the given function either as part of the stdlib or as a builtin (probably the latter though)

Guida contributor