Starlark'taki tam sayıların türü. Starlark tam sayıları herhangi bir büyüklükte olabilir; aritmetik tam olarak hesaplanır. Tam sayı ifadelerine örnekler:
153
0x2A # hexadecimal literal
0o54 # octal literal
23 * 2 + 5
100 / -7
100 % -7 # -5 (unlike in some other languages)
int("18")
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-09 UTC."],[],[]]