Open
Description
as the image shows, it will warning. But it did can run in .wls
.
\[Alpha]=1
Print[\[Alpha]]
besides, I have tested that this can't run.
α=1;Print[α]
in .nb , α
will be translated into \[Alpha]
,then do the following calculation.(But shown as α).
So here are some advice.
- in vs code, show
\[Alpha]
as α,but run it as itself.(But it's confusing that how to deal with the widith of this character) - if users copy it to clipboard, automatically change it into
α
.But if use//CopyToClipboard//UsingFrontEnd
,it's also hard to deal with.(Or maybe just ignore it?) - if someone paste
α
into vscode, change it into\[Alpha]
(but shown asα
)
Maybe there can be a switch to open/close the "translate"? If some users really want to see \[Alpha]
.
Activity