Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion fools/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ Blockly.Field.register('field_customInput', Blockly.FieldCustom);


/**
* isToCalculate Age
* Log a debug marker to the console.
*
* Writes the string "asdsd" to the console for debugging purposes.
*/
function isAge(){
console.log("asdsd");
Expand Down