PLC-lang/rusty

`__ISVALIDREF` helper function

Ouverte

#1 254 ouverte le 2 juil. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (71 forks)auto 404
codesysgood first issuemedium-priority

Métriques du dépôt

Stars
 (351 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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)

Guide contributeur