Breck Yunits

Results 319 comments of Breck Yunits

You are right. We should fix this at TrueBase level perhaps.

Hi @rkimera94, Kotlin's example is good: https://kotlinlang.org/docs/control-flow.html#if-expression ``` val max = if (a > b) a else b ``` The key thing is to emphasize that some languages have `if`...

If anyone wants to work on proper importing of Academic Papers for languages, I'll leave this issue open.

Actually I'm going to close this (in keeping with the new convention of closing all issues that are of type "we need to add more data").

I'll leave this open if someone wants to add this.

I'm going to close this. but if anyone wants to do it feel free to reopen

Yikes! 191 seconds for a fresh git pull. Should be >10x faster. Going to follow your leads now @SRS-WRKS .