游戏编程语言 Squirrel

码农软件 · 软件分类 · 游戏开发包 · 2019-10-07 06:57:19

软件介绍

Squirrel 是一种高层次势在必行/面向对象编程语言,设计是一个强大的脚本工具,适合的大小,内存带宽,实时性要求的应用,如游戏。

示例代码

local table = {
a = "10"
subtable = {
array = [1,2,3]
},
[10 + 123] = "expression index"
}

local array=[ 1, 2, 3, { a = 10, b = "string" } ];

foreach(i,val in array)
{
::print("the type of val is"+typeof val);
}

 

本文地址:https://www.codercto.com/soft/d/16208.html

Lean Analytics

Lean Analytics

Alistair Croll、Benjamin Yoskovitz / O'Reilly Media / 2013-3-18 / USD 29.99

If you're involved with a startup, analytics help you find your way to the right product and market before the money runs out. But with a flood of information available, where do you start? This book ......一起来看看 《Lean Analytics》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器