limbo编程吧 关注:4贴子:274
  • 0回复贴,共1

【资源】Limbo有以下数据类型

取消只看楼主收藏回复

byte (8-bit unsigned)
int (32-bit signed)
big (64-bit signed)
real (64-bit floating point)
list
array (with slicing)
string
tuple (ordered collection of types)
channel (for inter-process communication)
adt ("abstract data type")
pick (discriminated union type)
module


1楼2014-08-14 11:35回复