GithubHelp home page GithubHelp logo

seanpm2001 / learn-1c-enterprise Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 265 KB

A repository for showcasing my knowledge of the 1C Enterprise programming language, and continuing to learn the language.

Home Page: https://github.com/seanpm2001/Learn/

License: GNU General Public License v3.0

1C Enterprise 100.00%
1c-enterprise article collection education gpl3 gplv3 learn md seanpm2001 seanpm2001-education

learn-1c-enterprise's Introduction


/1C_Developer_Network.png

Learning 1C Enterprise

I am not too experienced with 1C Enterprise at the moment, and I don't intend to go very far with it. This document will go over my knowledge of the 1C Enterprise language so far.

This document used version ? of the 1C Enterprise programming language.

Comments in 1C Enterprise

Comments in 1C Enterprise are the same as comments in languages like C, C++, Java, C#, etc.

// This is a single line comment
// 1C Enterprise does not support multi-line comments (as far as I know)

Break keyword in 1C Enterprise

break

To this day, I am still not entirely sure what the break keyword does, but most languages support it.

/!\ This example has not been tested yet, and may not work

Hello World in 1C Enterprise

A hello world program in 1C Enterprise is pretty simple. It is not similar to any language I am currently familiar with.

&AtClient
Procedure HW(Command)
	Message("Hello World");	
EndProcedure

Source

The majority of my 1C Enterprise knowledge comes from Wikipedia, and this repository

Other knowledge of 1C Enterprise

  1. 1C Enterprise is not curly bracket language, but it does use semicolons at the end of each line

  2. I discovered 1C Enterprise through Quora, as it was noted as a programming language that supports the Cyrillic script.

  3. 1C Enterprise uses the .bsl file extension

  4. 1C Enterprise is a language recognized by GitHub

  5. I don't know if 1C Enterprise is an open source language or not

  6. No other knowledge of Lua at the moment.


File version: 1 (2022, Wednesday, April 13th at 8:31 pm PST) - Created a day prior to uploading.


learn-1c-enterprise's People

Contributors

seanpm2001 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

seanwallawalla

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.