Lua EP1. Printing and Variables

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 9

  • @cybrgamer5851
    @cybrgamer5851 ปีที่แล้ว

    Couldn't find how to print them inside of a sentence, I only found people explaining how to print them at the end, so thanks a ton for this.

    • @Auroiniumgaming
      @Auroiniumgaming 7 หลายเดือนก่อน

      If this is the solution, then you're welcome.
      local ExampleVar = 2
      print("Code:", ExampleVar, "Example") -- This will print: Code: 8 Example
      Commas are used to divide variables
      You can also do this:
      local ExampleVar = 2
      print("Code:" .. ExampleVar .. "Example") -- This will print: Code:8Example

  • @2gee033
    @2gee033 ปีที่แล้ว +1

    lua main.lua doesnt print anything on my side im so frustrated i looked all the turorials please help me

    • @brownt898
      @brownt898 11 หลายเดือนก่อน

      Are you using the visual studio that is shown in the video? I was using Visual Studio Code 2022 and for whatever reason I was unable to recreate these steps.

    • @brownt898
      @brownt898 11 หลายเดือนก่อน +1

      Also make sure you are saving the file every time you make changes. The terminal is reading the file at its last saved state.

  • @mathstravails
    @mathstravails ปีที่แล้ว

    thank u aqua

  • @bukk
    @bukk 2 ปีที่แล้ว

    print deeznutz