0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

プログラミング言語pscaのベータ版を作りました

0
Posted at

ロゴ.png

pscaとは?

pscaはProgramming Script Commit Actionsの略です

文法

文法は最初にSTARTを打ち
文章の最後にENDと打ちます

現在使用可能なコード

print()

文字や数字を画面に表示します。

alert()

ポップアップメッセージを表示します。

button

画面にボタンを表示します。

START

print("hello world")

BUTTON
    name = "クリック"
    id = "button1"

alert("hello!")

END

このコードはhello!とポップアップを出し、クリックというボタンを表示して hello worldという文字を出すコードです

アップデート

pscaはまだベータ版なので、まだまだアップデートされます

リンク

エディター
https://jijuuhuju.github.io/Psca/
pscaを実行
https://jijuuhuju.github.io/psca-run/

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?