Talk:元旦

From Esolang
Jump to navigation Jump to search

How to use library Kitten4接口? By the way I'm still a fan of Kitten4. _i__s__l__p__t__n__g_ 15:59, 12 January 2025 (UTC)

An example for this library:

引入Kitten4接口库
在窗口内的(0, 0)点放置一个属性为(100, 0, 2, "New sprite", "Dan warrior")的角色
对此角色执行以下代码:
{
    当 开始 被点击
    {
        开启画笔
        重复执行 4 次:
        {
            移动 10 步
            右转 90 度
        }
        隐藏
    }
}