Hacker News new | ask | show | jobs
by pestatije 892 days ago
you can use commented-out html:

    //<div class="redPlease">
    fun errorAsString(int c) : string {
        return "error " + c;
    }
    //</div>