fastn icon indicating copy to clipboard operation
fastn copied to clipboard

Variable reference with optional variables do not work

Open siddhantk232 opened this issue 9 months ago • 0 comments

-- string name: siddhant

-- string x: $name

-- ftd.text: $x

The output for the above code is:

Image

When x is an optional string:

-- string name: siddhant

-- optional string x: $name ;; This has changed!

-- ftd.text: $x

The output become:

Image

The expected output should have been "siddhant".

siddhantk232 avatar Mar 26 '25 06:03 siddhantk232