// This file was automatically generated from common.soy. // Please don't edit this file by hand. if (typeof apps == 'undefined') { var apps = {}; } apps.messages = function(opt_data, opt_ignored, opt_ijData) { return '
a visual programming environmentBlocklySee generated JavaScript code.Save and link to blocks.Run the program defined by the blocks in the workspace.Run ProgramResetശരിCancelLogicLoopsMathTextListsColourVariablesFunctionsThere was a problem with the request.Share your blocks with this link:\\n\\n%1Sorry, \'%1\' doesn\'t correspond with any saved program.Could not load your saved file. Perhaps it was created with a different version of Blockly?listtext
'; }; apps.dialog = function(opt_data, opt_ignored, opt_ijData) { return '
'; }; apps.codeDialog = function(opt_data, opt_ignored, opt_ijData) { return '
' + apps.ok(null, null, opt_ijData) + '
'; }; apps.storageDialog = function(opt_data, opt_ignored, opt_ijData) { return '
' + apps.ok(null, null, opt_ijData) + '
'; }; apps.ok = function(opt_data, opt_ignored, opt_ijData) { return '
'; }; ; // This file was automatically generated from template.soy. // Please don't edit this file by hand. if (typeof appsIndex == 'undefined') { var appsIndex = {}; } appsIndex.messages = function(opt_data, opt_ignored, opt_ijData) { return apps.messages(null, null, opt_ijData) + '
Blockly AppsBlockly is free and open source. To contribute code or translations to Blockly, or to use Blockly in your own app, visit %1.
'; }; appsIndex.start = function(opt_data, opt_ignored, opt_ijData) { return appsIndex.messages(null, null, opt_ijData) + '

Blockly Apps

Blockly is a graphical programming environment. Below are some sample applications that use Blockly.
പ്രഹേളിക
Learn to use Blockly\'s interface.
Maze
Use Blockly to solve a maze.
Turtle Graphics
Use Blockly to draw.
Graphing Calculator
Plot functions with Blockly.
Code
Export a Blockly program into JavaScript, Python, Dart or XML.
Plane Seat Calculator
Solve a math problem with one or two variables.
Block Factory
Build custom blocks using Blockly.

blockly.googlecode.com'; };