Skip to content

Instantly share code, notes, and snippets.

View Adrijaned's full-sized avatar

Jindřich Dítě Adrijaned

  • Brno, Czech rupublic
  • 02:19 (UTC +01:00)
View GitHub Profile
This file has been truncated, but you can view the full file.
v 1235914
a 998260
sa 598968
na 567857
je 553688
z 251124
roku 247000
s 234010
do 198079
ako 181528
/*
*/
char msg[100] = "";
char msgLen;
#include <EEPROM.h>
// EEPROM map:
// 0 - debug mode
// 1 - outputmode

Ways to define variables in ALB

Global variables

Global variables must be defined using the block syntax, with at most one block per source file. These variables are then available within the whole source file.

var {
  :type_specifier varName "defaultValue"; // full signature of var definition
 varName2 156; // type specifier is optional when it can be inferred, here it will be probably :i64
[B]1. Tell us about yourself![/B]
Please mention your name on the GCI website, as well as GitHub and IRC nicknames.
[B]2. What led you to work on Terasology/Destination Sol?[/B]
How did you discover the game? Were you a GCI student too? Or just GSOC?
[B]3. What was your experience with this year's students?[/B]
How were they? How did they do when compared to previous year?
[B]4. Which task did you enjoy reviewing the most?[/B]
import pygame
from tkinter import Tk
from tkinter import filedialog
import json
import sys
resolution = (800, 600)
def print_hi():
print("Hi")