Blackey Script Intro. (V) – Operators

Operators Blackey Script's Operator Precedence is mostly like C language, the following table lists the precedence and associativity of operators. Operators are listed top to bottom, in descending precedence. For example, the expression below: x = 5; y = z = 1 * -2 + 3 * 4 - -x; The unary [...]

By |2021-07-23T09:33:00+08:00December 3rd, 2019|Blackey Script|0 Comments

Blackey Script Intro. (IV) – Basic concept

Before introduce much more the syntax, let's learn something about the Blackey Script's programming language features. Blackey's data type is much similar to Python, however the expressions are much similar to C language. Data Type Blackey Script is a dynamically, strongly typed programming language. The way we assign data type is [...]

By |2021-07-23T09:33:06+08:00December 3rd, 2019|Blackey Script|0 Comments

Blackey Script Intro. (III) – Hello Blackey!

Hello Blackey A "Hello, World!" program generally is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages, and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning [...]

By |2021-07-23T09:33:45+08:00December 3rd, 2019|Blackey Script|0 Comments

Blackey Script Intro. (I) – Before We Start

Before we start... Hello everyone! I'm TofuCat, who is responsible for leading everyone to understand the script function. Whether at work or daily use, it is inevitable that some operations are highly repetitive. I can't stand repeating routine jobs all the time ~。゚(゚´ω`゚)゚。 In order to solve this problem, the script function [...]

By |2021-07-23T09:33:54+08:00December 3rd, 2019|Blackey Script|0 Comments
Go to Top