You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Printing falsy values is not possible currently.
Not printing undefined is intended (functions like console.log returns undefined) but everything else should be printed.
Reproducing Issue
In .abell file, write {{ 0 }} or {{ false }}. It is expected to print 0 and false but currently it prints blank string.
The text was updated successfully, but these errors were encountered:
Printing falsy values is not possible currently.
Not printing
undefined
is intended (functions like console.log returns undefined) but everything else should be printed.Reproducing Issue
In .abell file, write
{{ 0 }}
or{{ false }}
. It is expected to print 0 and false but currently it prints blank string.The text was updated successfully, but these errors were encountered: