tr-lang 0.3.1 `Çetin` - Type Conversion, Line Comments and bugfixes
kaiserthe13th
released this
14 Nov 19:09
·
250 commits
to master
since this release
English
New 📰
- Type conversion using the
@
operator - Line comments starting with
#
Bugfixes 🐞
- removed printlns put for debug purposes
- fixed recursive functions not working because when jumping back from functions, because functions didn't pop the former jloc from the function
- fixed jumping to the
next next
location after functions end
Türkçe
Yeni 📰
@
operatörü ile tip değiştirme#
ile başlayan satır commentleri
Bug Düzeltmeleri 🐞
- debug için konulmuş println'ler kaldırıldı
- tekrarlayıcı işlevlerin jlocların silinmemesinden dolayı takılmaları çözüldü
- işlevlerin sonunda
sonrakinden sonraki
yere atlanması çözüldü