Search

September 23
Learn »
...writeln("Val = ", -1 % Q);
            return 0;
        }
    \</code>

    Print
        Val = 5568


Was hoping for 1.

I...
September 23
Issues »
...foo.foobar.humm);
}

---

It is expected to print `false` but runs the `assert(0)`. `--preview...
September 23
Issues »
...writeln(a); // output err: []
}
```

When attempting to print the value of variable a for the...
September 20
Issues »
...debug {} just because I'm trying to print out the pointer value of a class...
September 20
Issues »
...x>10);
        auto r2 = only(100);

        // Will print [7.8,9,10,100]
        // 6 is...
September 13
General »
...implicitly unlikely
        print("early exit")
        return
    }

    // look ma - val is in scope here!
    print("val...
September 11
General »
...unmixing", as I think this enables better print-debuging api, so I made a prototype...
September 09
Learn »
...should be the most common form of print-based debugging. It also seems to be...
September 08
Learn »
...I want a way to create a print command that behaves like `@show` from Julia...
August 30
General »
...have figured out how to make it print all the fields via a runtime interface...
1 2 3 4
Next ›   Last »