5
kiki
3y

we have an unused variable and IDE is not happy about it

Crook: delete the unused variable
Boss: comment the variable out
The Godfather: add 'export' before the variable so IDE is happy

Comments
  • 0
    Use the variable in a if statement and print an empty string.
  • 0
    @inawhile Mephistopheles: fork a language toolchain and alter it so unused variables are ok
Add Comment