Playground

Introduction

Playground feature is a demo environment where developers can try out a language based on sample code.

Currently supported playground languages:

C, C++, C#, Go, Java, JavaScript, Perl, PHP, Python, Ruby and SQL.

In playground environment, you do not need to care about how to create file, or save your modifications. Playground is just a pure editor which you can play with a language based on sample code. You can modify and execute the code anytime, then view the execution result.

Play with playground

You can find playground menu item from home page, or from toolbar, file menu set, playground menu item.

Please be noticed that code in playground cannot be saved, this is just a temporary coding environment. You can copy the content to a physical file to save them if necessary.