As in being easy to understand. For example, this is some code with Blockland's version of TorqueScript (taken from Pecon's BlockDoc wiki): "if( $GameModeArg !$= "Add-Ons/GameMode_Example/gamemode.txt" )
{
error( "Error: GameMode_Example cannot be used in custom games!" );
return;
}"
All that does is prevent a Gamemode from being used in a custom game. It's easy to understand and it makes sense, unlike other programming languages which just are so hard to interpret for the average person.
Any languages out there like this where the syntax actually makes sense/is readable for the ordinary English speaker to comprehend?