Giter Club home page Giter Club logo

bruhdroid's Introduction

Bruhdroid

This project is a block programming language for android devices

Project developers:

  • N: Batrakov Oleg
  • G: Cortuzz
  • N: Chaunin Vyacheslav
  • G: Ssslakter
  • N: Tarasova Alyona
  • G: alyoneek

Blocks:

Variables

image
Blocks from this group declare or assign a specific value to a variable

The difference is that the INIT block creates a variable in the local scope and assigns a value to it, while the SET block does not, but only changes the value of an existing variable.

Standart IO

image
Blocks from this group work with I/O

The PRAGMA block specifies system presets (for example, INIT_MESSAGE = false will turn off the welcome message in the console);
The INPUT block asks for user input;
The PRINT block outputs the result of processing the expression to the console.

Cycles

image
Blocks of this group allow you to work with cycles

The WHILE block will be executed until the condition becomes false;
The FOR block contains 3 parts: variable initialization, a condition, and an action that will happen at the end of each iteration;
The CONTINUE block immediately stops the current iteration and proceeds to the next one;
The break block interrupts the execution of the loop.

Conditions

image
This category contains one expandable condition block

The contents of the IF block will be executed if the result of the expression of this block is true;
The contents of the ELIF block will be executed if the result of the expression of this block is true, and all previous blocks of conditions were false;
The contents of the ELSE block will be executed if the results of the expressions of all previous condition blocks turned out to be false;

bruhdroid's People

Contributors

alyoneek avatar cortuzz avatar ssslakter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.