-
|
Im super excited about listener and I started to play around with it. Im wondering if type conversion like type(value) is currently supported in any way? I tried something like string(Slice) and it failed: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for giving it a spin! You're looking for the let contents = io.ReadAll(file)?
let s = contents as stringI might add a diagnostic to surface this more clearly. |
Beta Was this translation helpful? Give feedback.
Thanks for giving it a spin! You're looking for the
asoperator, documented here.I might add a diagnostic to surface this more clearly.